NUnit Project and Item Templates for Visual Studio
Here is an NUnit Project Template for Visual Studio.
- Download this template: NUnit Project
- Place this zip file into the %USERPROFILE%\Documents\Visual Studio 2010\Templates\ProjectTemplates\Visual C#.
- Create a new Visual Studio Project and choose NUnit Project from the list of C# projects.
Here is an NUnit Item Template for Visual Studio.
- Download this template: NUnit Test
- Place this zip file into the %USERPROFILE%\Documents\Visual Studio 2010\Templates\ItemTemplates\Visual C#.
- Add a new item to an NUnit Project and choose NUnit Test from the list of C# items.
Function is misspelled in a couple of comments. No biggie and easily fixed. I appreciate the file, this helps a lot!
Thank you very much für sharing these!
It seem you need to run "devenv.exe /installvstemplates" on the command prompt (with admin rights) to bring these up in VS 2013.